Concatenation of this view and a collection.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
public View<T> Concat( ObservableCollection<T> second ) |
Visual Basic |
---|
Public Function Concat ( _ second As ObservableCollection(Of T) _ ) As View(Of T) |
Parameters
- second
- Type: System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'T>)>)>
A collection to concatenate to this view's collection of elements.